# Ignore Python cache files
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
*.egg-info
*.egg
.pytest_cache
htmlcov
.coverage
.coverage.*
.coverage.*.*
.coverage.*.*.*

# Ignore virtual environment
.venv/

# Ignore coverage files
.coverage

# Ignore logs
.DS_Store

.env

.mypy_cache
.ruff_cache
